Welcome![Sign In][Sign Up]
Location:
Search - delphi thread

Search list

[Delphi VCLdelphiADOPool

Description: Delphi做服务器端如果每次请求都创建一个连接就太耗资源了,而使用一个全局的连接那效率可想而知,这样就体现出了线程池的重要了。参考一些例子做了个ADO的连接池,用到项目中挺不错的,分享下。 -Delphi done on the server side, if a connection is created for each request would be too resource intensive, while the use of a global connection that efficiency can be imagined, thus reflecting the importance of the thread pool. Made a reference to some examples ADO connection pooling, use very good project, share with you. {*******************************************************} {Description: ADO connection pooling} {Create Date: 2010-8-31 23:22:09} {Modify Remark :2010-9-1 12:00:09} {Modify Date:} { Version: 1.0} {*******************************************************}
Platform: | Size: 2048 | Author: your name | Hits:

[Windows DevelopAccessConflict

Description: VC++ AccessConflict线程顺序启动计数,输出线程并计数,以前发过Delphi版的,这个VC++版的希望给大家一些帮助,特别是VC新手哦-VC++ AccessConflict order to start the thread count, the output thread and counting, previously sent a version of Delphi, VC++ version of this want to give you some help, especially for novice Oh VC
Platform: | Size: 19456 | Author: apudn90 | Hits:

[Delphi VCLDelphi_226281

Description: Delphi:Delphi使用线程添加数据,点击添加按钮,可看到线程已经启动,在列表中已经添加了好多数据,使用线程添加数据,听起来似乎挺高级,对于那些Delphi新手来说,肯定值得研究吧。 -Delphi: Delphi using threads to add data, click on the Add button, you can see the thread has been started, the list has been added a lot of data, add data using threads, it sounds quite advanced, for those Delphi novice, it is certainly worthy of study .
Platform: | Size: 7168 | Author: EB6I0WW | Hits:

[Delphi VCLDelphi_248671

Description: Delphi:在Delphi中使用多线程开发程序,请先看运行截图,如截图所示,三个摩托赛车手每一个代表各自的线程,当点击“启动”按钮的时候,摩托赛车手就各自飞奔,互不干扰,明确显示出线程在Delphi中的应用,学习线程,你的软件性能会大大提升哦。 -Delphi: Delphi for use in the development of multi-threaded program, please see the running shots, as shown in the screenshot, three motorcycle racer each representing their respective threads, when click the "start" button, motorcycle racers on their dash without disturbing each other, clearly shows the thread in Delphi application, learning thread, your software will greatly enhance the performance of Oh.
Platform: | Size: 6144 | Author: JOD630T | Hits:

[Delphi VCLSocketServer(API)

Description: Delphi:API写的SocketServer源码,采用多线程通讯,这是一个框架,可以加入自己的代码使用。 -Delphi: API to write SocketServer source, multi-thread communication, which is a framework, you can add your own code to use.
Platform: | Size: 7168 | Author: Y4H2AF7 | Hits:

[Delphi VCLtthreadpool_class_with_demo.ZIP

Description: Delphi多线程控制,多线程池,含源码的Demo程序,非常具有参考价值-Delphi multithreaded control, multi-thread pool, including source code of Demo program, great reference value
Platform: | Size: 5120 | Author: 雨阳 | Hits:

[Delphi VCLCronJob-XE5

Description: The CronJob component is the thread-based alarm implementation for Delphi/BCB which acts like cronjob utility in Unix. The component produces periodical OnAlert events by schedule specified in CRON format (actually it uses extended CRON format with new seconds field, to let the event to be triggered even every second)-The CronJob component is the thread-based alarm implementation for Delphi/BCB which acts like cronjob utility in Unix. The component produces periodical OnAlert events by schedule specified in CRON format (actually it uses extended CRON format with new seconds field, to let the event to be triggered even every second)
Platform: | Size: 369664 | Author: 请使最好 | Hits:

[OS programchineseswish_2014728142352

Description: QWorker 3.0 - Delphi编写的基于作业的多线程作业管理器,线程池、队列、计划任务总有你所需要的,充分利用现代处理器的多线程处理能力。 它包括: 1、自维护的线程池; 2、普通的后台线程作业; 3、支持精度高达0.1ms的定时重复作业; 4、支持计划任务作业; 5、支持延迟执行作业; 6、信号触发作业; 7、附加的数据指针可以自动释放; 8、支持对象本身函数和全局函数做为作业处理过程; 9、支持作业分组并等待其完成; 10、支持取消未进行中的作业 11、丰富的统计信息,方便用户性能评估和调优(运行次数、最小运行时间、最大运行时间、总运行时间)。-Delphi 3- QWorker prepared based on the operation of multi thread job manager, thread pool, queue, planning tasks, there are all you need to make full use of modern processors, multi-threaded processing capacity. It includes: 1, self maintenance of the thread pool 2, ordinary background thread operation 3, support the accuracy of up to 0.1ms of the timing of repetitive work 4, support the planning task 5, support for the delay in the implementation of the job 6, signal trigger operation 7, additional data pointer can be released automatically 8, support the object itself function and global function as the job processing 9, support the operation of the group and wait for its completion 10, support for the abolition of the operation of the operation 11, a wealth of statistical information, convenient user performance uation and tuning (the number of operating, the minimum running time, maximum running time, total running time).
Platform: | Size: 1160192 | Author: YyQ | Hits:

[Delphi VCLServerSocketClientSocketThread

Description: Delphi 之TServerSocket和TClientSocket使用多线程进行文件传输例子-Delphi about TServerSocket and TClientSocket use thread transfer file
Platform: | Size: 503808 | Author: mozc | Hits:

[Driver DevelopQWorker3.0_20160108

Description: Delphi 移动平台多线程例子-Delphi Mobile Mutile Thread Demo..!!
Platform: | Size: 234496 | Author: tigrling | Hits:

[ADO-ODBCIsAdmin_for_Delphi

Description: 判断调用线程是否具有administrator权限。这是delphi版本,适用Delphi5以上-The calling thread to determine whether the administrator permissions. This is a delphi version, for more than Delphi5
Platform: | Size: 2048 | Author: bj8060liaoqun | Hits:

[ADO-ODBCIsAdmin_for_Delphi

Description: 判断调用线程是否具有administrator权限。这是delphi版本,适用Delphi5以上-The calling thread to determine whether the administrator permissions. This is a delphi version, for more than Delphi5
Platform: | Size: 2048 | Author: cnaaam | Hits:

[Post-TeleCom sofeware systemsCMPP3.0

Description: .本软件根据CMPP3.0协议标准编写;   2.收发线程独立处理,发送滑动窗口、接受缓冲区调节功能;   3.敏感字符过滤功能;   4.短信内容自动分割;   5.运行于win2000+sqlserver2000环境,delphi开发;   6. 无需调用DLL接口库。 -Write this software based on CMPP3.0 agreement standard 2. The transceiver thread processing independently, sending a sliding window, accept buffer adjustment function 3. The sensitive character of filtering function 4. The text content automatic segmentation 5. Run on win2000+ sqlserver2000 environment, Delphi development 6. Don t need to call DLL interface library.
Platform: | Size: 590848 | Author: ligen | Hits:

[OtherBurn In

Description: delphi 编写的老化实时监控系统,可学习多线程,RS485通信(Auto burn in monitor system by delphi programm,can study the mutil thread,RS585 Communicate)
Platform: | Size: 2511872 | Author: fw729 | Hits:

[USB developyblollsupervisor

Description: 多线程 ( Multi-Thread ) RS232 串行口通讯控件 ( 1 82 版,无源码 Delphi 3 0 4 0 5 0()
Platform: | Size: 417792 | Author: Cxuwy | Hits:

[androidVVE_nequest

Description: 多线程 ( Multi-Thread ) RS232 串行口通讯控件 ( 1 82 版,无源码 Delphi 3 0 4 0 5 0()
Platform: | Size: 417792 | Author: jksej | Hits:

[Delphi VCL利用idhttp进行多线程下载

Description: 利用idhttp进行多线程下载,带进度条显示,可选择线程数,可以暂停下载和继续下载,未使用第三方控件,在delphi xe7下测试通过。(Using idhttp for multi thread downloading,with progress bar .)
Platform: | Size: 102400 | Author: leon123414 | Hits:
« 1 2 ... 8 9 10 11 12 13»

CodeBus www.codebus.net